// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Annual Summer Fundraiser: The Goo Goo Dolls','The Ridgefield Playhouse','Ridgefield, CT','Saturday','6/15/2024','8:00 PM','6264483','Annual-Summer-Fundraiser--The-Goo-Goo-Dolls-6-15-2024'],['Goo Goo Dolls','BMO Harris Pavilion','Milwaukee, WI','Saturday','6/22/2024','7:30 PM','6275045','Goo-Goo-Dolls-6-22-2024'],['Goo Goo Dolls','Red River Valley Fair','West Fargo, ND','Friday','6/28/2024','8:00 PM','6220015','Goo-Goo-Dolls-6-28-2024'],['Goo Goo Dolls','Pepsi Bay Side Music Stage','Traverse City, MI','Wednesday','7/3/2024','6:00 PM','6247392','Goo-Goo-Dolls-7-3-2024'],['Goo Goo Dolls','Radians Amphitheater At Memphis Botanic Garden','Memphis, TN','Friday','7/12/2024','8:00 PM','6406658','Goo-Goo-Dolls-7-12-2024'],['Fun Fest: Goo Goo Dolls & Phillip Phillips','J. Fred Johnson Stadium','Kingsport, TN','Saturday','7/27/2024','6:30 PM','6408176','Fun-Fest--Goo-Goo-Dolls---Phillip-Phillips-7-27-2024'],['Basilica Block Party - Friday: Goo Goo Dolls, The Fray, & Dean Lewis','Boom Island Park','Minneapolis, MN','Friday','8/2/2024','1:00 PM','6393473','Basilica-Block-Party---Friday--Goo-Goo-Dolls--The-Fray----Dean-Lewis-8-2-2024'],['Goo Goo Dolls','Benton Franklin Fairgrounds','Kennewick, WA','Friday','8/23/2024','7:45 PM','6378821','Goo-Goo-Dolls-8-23-2024'],['Albertsons Boise Open: Goo Goo Dolls','Hillcrest Country Club - Boise','Boise, ID','Saturday','8/24/2024','7:30 PM','6350310','Albertsons-Boise-Open--Goo-Goo-Dolls-8-24-2024'],['Goo Goo Dolls','Kansas State Fair','Hutchinson, KS','Saturday','9/7/2024','7:30 PM','6262178','Goo-Goo-Dolls-9-7-2024'],['South Star Festival: Blink 182, Beck, Sublime & Goo Goo Dolls - Sunday (Time: TBD)','John Hunt Park','Huntsville, AL','Sunday','9/29/2024','12:00 PM','6399852','South-Star-Festival--Blink-182--Beck--Sublime---Goo-Goo-Dolls---Sunday--Time--TBD--9-29-2024'],['Goo Goo Dolls','Showplace Theatre At Riverwind Casino','Norman, OK','Thursday','6/18/2071','8:00 PM','4413366','Goo-Goo-Dolls-6-18-2071']],'Goo Goo Dolls','http://www.ticketnetwork.com/ticket/Goo-Goo-Dolls-events.aspx');